Welcome![Sign In][Sign Up]
Location:
Search - opencv sobel

Search list

[SourceCodeopencv边缘检测

Description: 利用oencv进行sobel的边缘检测
Platform: | Size: 28779 | Author: xionghaoshow@126.com | Hits:

[Photo software《学习opencv》中文版.rar

Description: 第1章OpenCV概述...................... 1 第2章 OpenCV入门..... 18 第3章 初探OpenCV..... 35 OpenCV的基本数据类型 35 CvMat矩阵结构................ 38 IplImage数据结构............. 48 矩阵和图像操作................ 54 第4章 细说HighGUI...... 106 一个可移植的图形工具包............................ 106 创建窗口.......................... 107 载入图像.......................... 108 显示图像.......................... 110 视频的处理...................... 120 第5章 图像处理.......... 128 第6章 图像变换.......... 165 梯度和Sobel导数........... 169 拉普拉斯变换.................. 172 Canny算子...................... 173 霍夫变换.......................... 175 重映射 183 拉伸、收缩、扭曲和旋转............................ 185 CartToPolar与PolarToCart........................... 196 LogPolar........................... 197 离散傅里叶变换(DFT)... 200 离散余弦变换(DCT)....... 205 积分图像.......................... 206 距离变换.......................... 208 直方图均衡化.................. 211 练习. .. 213 第7章 直方图与匹配... 216 第9章 图像局部与分割................. 293 局部与分割...................... 293 背景减除.......................... 294 第10章 跟踪与运动..... 350 第11章 摄像机模型与标定........... 406 第12章 投影与三维视觉............... 441 第13章 机器学习........ 499 第14章 OpenCV的未来............... 564
Platform: | Size: 8513510 | Author: afd_326 | Hits:

[Special Effectswjs

Description: 在vc++基础上采用openCV编程实现的Sobel边缘检测-vc based on the use of the programming openCV Sobel Edge Detection
Platform: | Size: 955392 | Author: 汪婧 | Hits:

[Special Effectssobel

Description: VC++调用OPENCV库实现Sobel边缘检测-VC++ Call OPENCV Treasury realize Sobel edge detection
Platform: | Size: 3724288 | Author: 高明 | Hits:

[Special EffectsImageShow

Description: 基于OpenCV和VC环境开发的彩色图像边缘提取程序,包括laplace,canny,sobel等常用算子,可自动调整阈值。-OpenCV and VC-based environment for the development of color image edge extraction procedures, including laplace, canny, sobel operator, such as commonly used, can automatically adjust the threshold.
Platform: | Size: 37888 | Author: aclon | Hits:

[Special EffectsSobel

Description: 基于sobel算子的边缘检测方法的实现, 这是最原始的方法实现,根据不同的应用可以对其进行相应的改进-Sobel operator-based edge detection methods realize that this is the most primitive method, according to different applications can be improved accordingly
Platform: | Size: 105472 | Author: mike | Hits:

[Special EffectsOpenCV_Edge

Description: 用Opencv实现图像的边缘提取:包括Sobel,Canny,Laplace算法,特别适合于初学Opencv的人士学习使用。-Realize Opencv images using edge detection: including Sobel, Canny, Laplace algorithm, particularly suitable for beginners to learn to use the Opencv.
Platform: | Size: 1588224 | Author: bin | Hits:

[Special Effectssobel

Description: sobel算子的C++实现 使用opencv-sobel operator C++ achieve using opencv
Platform: | Size: 1024 | Author: cdb | Hits:

[Graph programopencv-ImageProcess

Description: 基于opencv的采用sobel算子的图像边缘检测-Opencv-based operator of the use of the sobel edge detection
Platform: | Size: 2146304 | Author: new99 | Hits:

[Windows Developr_cvsobel_matlab

Description: Code for extracting sobel edge based on Intel s OpenCV library. Result of this is compatible with MATLAB sobel function. Parameters are set such as doing so.
Platform: | Size: 1024 | Author: rasoul nasiri | Hits:

[OpenCVopencv_multi_camera_input

Description: OPENCV实现的多摄像头输入处理程序; VS Studio 2005 -OPENCV of the multi-camera input handler VS Studio 2005
Platform: | Size: 163840 | Author: saga | Hits:

[OpenCVDistortionCorrection

Description: VC+opencv 实现建筑物梯形畸变校正 radon变换 sobel边缘检测 直方图均衡图像增强 radon直线检测 仿射变换等算法-VC+ opencv trapezoidal distortion correction to achieve the building radon transform sobel edge detection image enhancement histogram equalization radon affine transform line detection algorithm
Platform: | Size: 6126592 | Author: wk | Hits:

[Special EffectsSobelTest

Description: opencv Sobel 算法处理 演示(图片显示处理结果)-Opencv Sobel algorithm demo (pictures showed handling results)
Platform: | Size: 5049344 | Author: 王晓东 | Hits:

[OpenCVsobel

Description: sobel图像边缘检测算子。 基于opencv的c语言指针实现方法(需要加载opencv的一些lib)-sobel,c program,opencv
Platform: | Size: 1214464 | Author: 王岩 | Hits:

[OpenCVSobel-Laplace-Canny-matlab-code

Description: 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_Laplace”或“学号后四位_Canny”。 (4)选做:利用OpenCV自由实现一个图像处理功能,要求至少用到4个不同的对图像操作的函数(选做请在作业提交时文件名后面加:_选做)。 -Model for large jobs and internships title code: (1) Please find themselves in a picture on the Internet used for any test, named "study after four _Original". On the C++ project folder (with the CPP files in the same folder). OpenCV with C++ function calls to read the pictures and display operations. (2) (1), based on the added modify the code, the original image into a grayscale image, and save named "study after four _Gray". (3) Use of OpenCV Sobel, Laplace, Canny algorithm corresponding function (2) image processing, and preservation, named "study after four _Sobel" or "study after four _Laplace" or " After school number four _Canny ". (4) Optional: using OpenCV free to implement an image processing functions required to use at least four different functions that operate on the image (choose to do in the job submission when the file name followed by: _ Optional).
Platform: | Size: 648192 | Author: 吕明 | Hits:

[OpenCVsobel

Description: 基于opencv的sobel边缘检测,适合初学者分析理解-Based on the opencv sobel edge detection, is suitable for beginners analysis understanding
Platform: | Size: 702464 | Author: 朱志亮 | Hits:

[OpenCVOpencv-sobel-noise

Description: 实现了椒盐噪声添加,滤波处理,并进行了图像锐化-implement the noise addtion and image process related to opencv tutorial
Platform: | Size: 2048 | Author: li | Hits:

[OpenCVSobel

Description: 基于VC6.0和opencv的sobel锐化程序,实现sobel锐化的基本功能-Based on the opencv sobel VC6.0 and sharpening procedures to achieve the basic functions of sobel sharpening
Platform: | Size: 1386496 | Author: 黄文君 | Hits:

[OpenCVOpencv sobel边缘检测源代码

Description: opencv sobel 边缘检测 vs2012+opencv win7(opencv sobel edge detection vs2012+opencv win7)
Platform: | Size: 2458624 | Author: wendy_jsj | Hits:

[OpenCVopencv

Description: OPENCV中空域滤波去噪函数Blur、boxFilter、MediaBlur和GaussianBlur等函数的使用方法;空域锐化函数Sobel、Laplacian等函数的使用方法(The method of using the spatial domain filtering de-noising function in OPENCV;)
Platform: | Size: 2373632 | Author: mazr | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net